net/http.http2ClientConn.lastActive (field)

7 uses

	net/http (current package)
		h2_bundle.go#L7811: 	lastActive       time.Time
		h2_bundle.go#L8263: 		lastActive:                  t.now(),
		h2_bundle.go#L9217: 		cc.lastActive = cc.t.now()
		h2_bundle.go#L9780: 	cc.lastActive = cc.t.now()
		h2_bundle.go#L9873: 	idleTime := cc.t.now().Sub(cc.lastActive)
		h2_bundle.go#L10911: 	if ci.WasIdle && !cc.lastActive.IsZero() {
		h2_bundle.go#L10912: 		ci.IdleTime = cc.t.timeSince(cc.lastActive)